For internal use by LEADTOOLS.
public void SetRowSegments(
int row,
int column,
byte[] buffer,
int bufferOffset,
int[] segments,
int segmentsOffset,
int segmentCount,
bool preserveAlpha
)
Public Overloads Sub SetRowSegments( _
ByVal row As Integer, _
ByVal column As Integer, _
ByVal buffer() As Byte, _
ByVal bufferOffset As Integer, _
ByVal segments() As Integer, _
ByVal segmentsOffset As Integer, _
ByVal segmentCount As Integer, _
ByVal preserveAlpha As Boolean _
)
- (BOOL)setRowSegments:(NSInteger)row
column:(NSInteger)column
buffer:(const unsigned char *)buffer
segments:(const unsigned int *)segments
segmentCount:(unsigned int)count
preserveAlpha:(BOOL)preserveAlpha
error:(NSError **)error
public void setRowSegments(
int row,
int column,
byte[] buffer,
int bufferOffset,
int[] segments,
int segmentsOffset,
int segmentCount,
boolean preserveAlpha
)
public:
void SetRowSegments(
int row,
int column,
array<byte>^ buffer,
int bufferOffset,
array<int>^ segments,
int segmentsOffset,
int segmentCount,
bool preserveAlpha
)
row
0-based row index
column
0-based column index
buffer
The scanline buffer
bufferOffset
0-based index into buffer
segments
Segments buffer
segmentsOffset
0-based index into segments
segmentCount
Number of segments in segments
preserveAlpha
A value indicating whether to preserve the alpha values in 32 and 64-bit images.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document